KeyedItem.setClusteredIndex

Sets the clustered index for this.

mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)
final nothrow pure @safe @nogc
void
setClusteredIndex
()
if (
isInstanceOf!(UniqueConstraintColumn, ClusteredIndexAttribute)
)

Meta